home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / sport14b.zip / SPORTLIB.CTL < prev    next >
Text File  |  1991-09-26  |  4KB  |  121 lines

  1. ; SPORTLIB Control File (Library Management)
  2. ; (C) 1988-1991, Satore Center Software
  3. ; SPORT Version 1.40
  4. ;
  5. ; THIS IS A SAMPLE CONTROL FILE FOR DEMONSTRATION PURPOSES ONLY!
  6. ;
  7. ; <- Semicolon denotes a comment line
  8. ;
  9. ;
  10. ; SPORT Extended Library Utility
  11. ;
  12. ;
  13. ; Library Filing Module   Command:  SPORTLIB L
  14. ; =====================
  15. ;
  16. ; This module allows SPORTLIB to search through the current SFLASH library and,
  17. ; based upon key words or phrases located, file a duplicate copy of the SFLASH
  18. ; message into the named library.
  19. ;
  20. ; Libraries are named by the user with a unique filename of 1 to 8 characters.
  21. ; They ALWAYS bear the extension ".LIB" which is automatically provided by
  22. ; SPORTLIB.  There are two keywords in this control file which configure
  23. ; the Library Filing Module:
  24. ;
  25. ;        libmatch=string,    where "libmatch=" is the keyword and "string"
  26. ;                            is the word or phrase to search.
  27. ;        libname=filename,   where "libname=" is the keyword and "filename"
  28. ;                            is the user-defined name of the library file.
  29. ;
  30. ; Note that there are NO spaces surrounding the "=" sign and that the order
  31. ; of the two keywords must be followed as outlined.  In other words, for
  32. ; SPORTLIB to perform its function, the "libmatch=..." must always be followed
  33. ; immediately by a "libname=...".  Any change in the order will cause
  34. ; SPORTLIB to report an error and discontinue operations.
  35. ;
  36. ; The "string" to be matched may be up to 40 characters long and is not sen-
  37. ; sitive to case.  SPORTLIB, your SFLASH Library and this control file must
  38. ; all exist in the same subdirectory.
  39. ;
  40. ; Here is an example of how to use the Library Filing Module:
  41. ;
  42. ;libmatch=Augustine Associates
  43. ;libname=doc
  44. ;libmatch=DOC
  45. ;libname=doc
  46. ;
  47. ; Here's another example of filing library messages by month:
  48. ;
  49. ;libmatch=Date: Jan
  50. ;libname=jan
  51. ;libmatch=Date: Feb
  52. ;libname=feb
  53. ;libmatch=Date: Mar
  54. ;libname=mar
  55. ;libmatch=Date: Apr
  56. ;libname=apr
  57. ;libmatch=Date: May
  58. ;libname=may
  59. ;libmatch=Date: Jun
  60. ;libname=jun
  61. ;libmatch=Date: Jul
  62. ;libname=jul
  63. ;libmatch=Date: Aug
  64. ;libname=aug
  65. ;libmatch=Date: Sep
  66. ;libname=sep
  67. ;libmatch=Date: Oct
  68. ;libname=oct
  69. ;libmatch=Date: Nov
  70. ;libname=nov
  71. ;libmatch=Date: Dec
  72. ;libname=dec
  73. ;
  74. ; And here's the default in case the message doesn't qualify under any match:
  75. ;libmatch=:
  76. ;libname=general
  77. ;
  78. ;
  79. ; Note that case does not matter.  Also, when this part of SPORLIB is used,
  80. ; the match and filing procedure is undertaken by the "first found" method.
  81. ; In other words, if a single SFLASH message contains both "Augustine..." and
  82. ; "Doc", the first match (Augustine Associates) would be used.
  83. ;
  84. ; Also note that the "string" to be matched must appear in the first five lines
  85. ; of an SFLASH message.  Nothing beyond the first five lines of any message is
  86. ; searched.
  87. ;
  88. ; Since some characters appear in all Flash Message headers, it is possible
  89. ; to copy all SFLASH Library messages to a library of your choice by using
  90. ; a search string such as ":" (a colon).
  91. ;
  92. ; You also have a choice of MOVING the Flash Message, or COPYING it.  If you
  93. ; choose to MOVE it, then the message will be deleted from your SFLASH
  94. ; library.  If you choose to COPY it, the message will remain in your SFLASH
  95. ; library.  In either event it, or a copy of it, will be placed in the library
  96. ; you specify.   The keywords are MOVE or COPY.  The default condition is COPY
  97. ; so it is unecessary to use the keyword unless you so desire.
  98. ;
  99. ; Uncomment the next keyword line to always MOVE, not COPY, the messages:
  100. ;MOVE
  101. ;
  102. ;
  103. ;
  104. ; Library Retrieval Mode     Command:  SPORTLIB R libname
  105. ; ======================
  106. ;
  107. ; This option will retrieve messages stored in a library you name ("libname")
  108. ; and return them to vacant positions in your SFLASH Library.  Up to 100
  109. ; message will be retrieved (or less, depending upon the number of vacant
  110. ; positions available in your SFLASH Library).
  111. ;
  112. ; The original messages in your named library will be retained.
  113. ;
  114. ;
  115. ; Library Manual Mode        Command:  SPORTLIB M libname
  116. ; ===================
  117. ;
  118. ; An interactive mode to allow you to review and manipulate messages.
  119. ;
  120. ;
  121.